home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Core Concepts in Art 2
/
Core Concepts in Art (Frames of Reference)(The McGraw-Hill Companies)(2004).iso
/
mac
/
media
/
print.swf
/
scripts
/
DefineButton2_45
/
BUTTONCONDACTION on(release).as
next >
Wrap
Text File
|
2003-10-12
|
542b
|
18 lines
on(release){
i = 0;
while(i < questionBuilder_mc.titleArray.length)
{
titlesHolder["titles" + i].pointer._visible = 0;
theTextColor = new Color("titlesHolder.titles" + i + ".title");
theChapterColor = new Color("titlesHolder.titles" + i + ".chapterNum");
theTextColor.setRGB(6710886);
theChapterColor.setRGB(6710886);
this["vh" + i].selected = 0;
i++;
}
deselect_btn._visible = 0;
select_btn._visible = 1;
printFlashcard_btn._visible = 0;
maxListItems = 0;
}